Sync docs to 0.2.0-preview2: DP026-055, guard/tracing/DI/async/pooling#9
Merged
Conversation
The user documentation site was stuck at 0.1.0-preview3 coverage while the library shipped 0.2.0-preview2 with major new features. Version updates: - index.md, getting-started.md, reference.md: 0.1.0-preview3 -> 0.2.0-preview2 (EN + ZH) - reference.md: add Autofac extension row, update analyzer ID list - diagnostics range: DP001-DP025 -> DP001-DP055 New diagnostic sections (EN + ZH diagnostics.md): - DP026-DP031 State transition table (already had heading, content was missing in ZH) - DP032/034/035 State guard method validation - DP036 State literal edge validation - DP037-DP039 State entry/exit action validation - DP040-DP041 Composite DI + Visitor - DP042-DP043 Decorator DI + async - DP044-DP046 EventAggregator source generator - DP047-DP049 Strategy guard - DP050-DP052 Handler guard - DP053-DP055 Factory async + pooling New pattern feature sections (EN user docs): - strategy.md: guard predicates, execution tracing - chain-of-responsibility.md: guard predicates, exception observability - composite.md: DI integration, visitor generation - decorator.md: DI integration, async variant - event-aggregator.md: source generator, error isolation, publish tracing - state-transition-table.md: guard predicates, entry/exit actions, IStateMachine wrapper, TransitionTrace, DI integration - factory-registry.md: async factory, pooled factory - dependency-injection.md: async/pooled factory + state machine + Autofac integration VitePress build passes (exit 0).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The user documentation site was stuck at
0.1.0-preview3coverage while the library shipped0.2.0-preview2with major new features across all 8 patterns.Version updates (EN + ZH)
index.md,getting-started.md,reference.md:0.1.0-preview3→0.2.0-preview2reference.md: added Autofac extension row, updated analyzer ID listDP001–DP025→DP001–DP055New diagnostic sections (EN + ZH
diagnostics.md)New pattern feature sections (EN user docs)
TryGetWithGuard,[RegisterStrategy(Guard=)]), execution tracing (ExecuteTracedAsync,StrategyExecutionTrace,IStrategyExecutionObserver)[HandlerOrder(Guard=)],Skippedstatus), exception observability (Failedstatus,IHandlerExceptionObserver)RegisterDi,BuildRoot(IServiceProvider), DP040), visitor generation (I{Contract}NodeVisitor, DP041)RegisterDi,Build(IServiceProvider, core)), async variant (IAsyncDecorator<T>, DP042–DP043)[RegisterEventHandler<TEvent>], DP044–DP046), error isolation (EventPublishErrorHandling), publish tracing (PublishTracedAsync,IEventPublicationObserver)IStateMachinewrapper,TransitionTrace, DI integrationIAsyncFactoryRegistry), pooled factory (IPooledFactoryRegistry,ArrayPool<T>)Test plan
npm run docs:buildpasses (VitePress v1.6.4, exit 0)#dp032–#dp055) match IDE help links